diff options
Diffstat (limited to 'app/[lng]/sales/(sales)/tech-vendor-candidates/page.tsx')
| -rw-r--r-- | app/[lng]/sales/(sales)/tech-vendor-candidates/page.tsx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/[lng]/sales/(sales)/tech-vendor-candidates/page.tsx b/app/[lng]/sales/(sales)/tech-vendor-candidates/page.tsx index 3923863a..5a9f150f 100644 --- a/app/[lng]/sales/(sales)/tech-vendor-candidates/page.tsx +++ b/app/[lng]/sales/(sales)/tech-vendor-candidates/page.tsx @@ -36,11 +36,11 @@ export default async function IndexPage(props: IndexPageProps) { <div className="flex items-center justify-between space-y-2"> <div> <h2 className="text-2xl font-bold tracking-tight"> - Vendor Candidates Management + 발굴업체 등록 관리 </h2> - <p className="text-muted-foreground"> + {/* <p className="text-muted-foreground"> 수집한 협력업체 후보를 등록하고 초대 메일을 송부할 수 있습니다. - </p> + </p> */} </div> </div> </div> |
